home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stone Design
/
Stone Design.iso
/
Stone_Stuff
/
3D_Reality
/
3D_Reality_API
/
Examples
/
PatchMesh.bproj
/
GetUVValue
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-09-01
|
209 b
|
16 lines
@interface GetUVValue:Object
{
id okRevertMatrix;
id window;
id uField;
id vField;
}
+ instance;
- (NXPoint *)runModalForControl:(const NXPoint *)aPair;
- revert:sender;
- ok:sender;
@end